create an independent GdkWindow to behave nicely during reordering with
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 9 May 2006 02:36:08 +0000 (02:36 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Tue, 9 May 2006 02:36:08 +0000 (02:36 +0000)
commit5c53411e77341fb6158ff5de884e5a1742c20d78
tree4e0084c8822e7e6fbc608025831208034910ae31
parent9b62142d44628b9e25c18ad7816ad42a3ff87441
create an independent GdkWindow to behave nicely during reordering with

2006-05-09  Carlos Garnacho  <carlosg@gnome.org>

        * gtk/gtknotebook.c: create an independent GdkWindow to behave nicely
        during reordering with tab_labels with their own window, also use
        gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage
        from offscreen regions. Closes bug #335707.
        (gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs),
        (gtk_notebook_calculate_tabs_allocation): new functions,
        gtk_notebook_pages_allocate() functionality has been splitted into
        these.
ChangeLog
ChangeLog.pre-2-10
gtk/gtknotebook.c